Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
CollectionChangeUndoUnit<T> Class Members
The following tables list the members exposed by CollectionChangeUndoUnit<T>.
Public Properties
| Name | Description |
| Collection | Returns the associated collection that will be updated if the unit is executed. |
| Target | Overridden. Returns the target Collection |
Public Methods
| Name | Description |
| GetDescription | Overridden. Returns a string representation of the action based on whether this is for an undo or redo operation. |
Protected Methods
| Name | Description |
| Execute | Overridden. Used to perform the associated action. |
| Merge | Overridden. Used to allow multiple consecutive undo units to be merged into a single operation. |
See Also